home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 10 - 1994
/
10.09 Sep 94
/
Getting Started
/
CJunior.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-19
|
292 b
|
21 lines
|
[
TEXT/R*ch
]
//CJunior.cp
#ifndef __CJunior__
#include "CJunior.h"
#endif
#include <iostream.h>
CJunior::CJunior()
{
cout << "CJunior's constructor was called!\n";
cout << "grampsDataMember == " << grampsDataMember << "\n";
}
CJunior::~CJunior()
{
cout << "CJunior's destructor was called!\n";
}